projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef93aec
)
(top-level): Don't require cl at run-time.
author
Glenn Morris
<rgm@gnu.org>
Tue, 25 Aug 2009 03:23:37 +0000
(
03:23
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 25 Aug 2009 03:23:37 +0000
(
03:23
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/play/bubbles.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 01197a23bb7a962d21b29de86fbada8e9c0937c9..4269c86a2e2a97dce23f96ca45d943c21c7d95c1 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-6,6
+6,8
@@
* format.el (format-alist): Doc fix.
+ * play/bubbles.el (top-level): Don't require cl at run-time.
+
2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
* progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
diff --git
a/lisp/play/bubbles.el
b/lisp/play/bubbles.el
index e8a666a577dacf8ac2e4236e8cdaa088a2bccc79..1a538eb8db22a774d2c75e85ee84eba22b874a06 100644
(file)
--- a/
lisp/play/bubbles.el
+++ b/
lisp/play/bubbles.el
@@
-82,7
+82,7
@@
(defconst bubbles-version "0.5" "Version number of bubbles.el.")
(require 'gamegrid)
-(
require 'cl)
+(
eval-when-compile (require 'cl)) ; for 'case
;; User options